Gets the number of elements actually contained in the MappingCollectionBase<(Of <(<'T>)>)> object.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public int Count { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
	Get

See Also